Insert(Int32,Object) Method
In This Topic
Inserts an item to the
System.Collections.IList at the specified index.
Syntax
'Declaration
Public Overloads Sub Insert( _
ByVal As Integer, _
ByVal As Object _
)
public void Insert(
int ,
object
)
Parameters
- index
- The zero-based index at which should be inserted.
- value
- The System.Object to insert into the System.Collections.IList.
See Also